home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / science / vpcalc23.zip / B.VPC < prev    next >
Text File  |  1991-09-08  |  295b  |  14 lines

  1. Rem Start of B.VPC
  2.  
  3. Rem This VPCalc code file sets up a = -Big, b = Big, c = Small, d = -Small
  4. Rem To run, start VPCalc.Exe
  5. Rem At Command: prompt, enter ----->>>>>  A Run("B  <<<<<-----;
  6. Rem Harry Smith, 90/01/06.
  7.  
  8. a = -1.0,E+1,50323,85500
  9. b = -a
  10. c = 1/b
  11. d = -c
  12.  
  13. Rem End of B.VPC
  14.